home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / 915resolution / README.Debian < prev   
Encoding:
Text File  |  2007-02-12  |  2.0 KB  |  72 lines

  1. 915resolution for Debian
  2. ------------------------
  3.  
  4. 915resolution changes the resolution of an available vbios mode.
  5.  
  6. 1. First, you need to check available modes by:
  7.  
  8. # 915resolution -l
  9.  
  10. 2. You will get a mode list such as:
  11.  
  12. Intel 800/900 Series VBIOS Hack : version 0.4.7
  13.  
  14. Chipset: 915GM
  15. BIOS: TYPE 1
  16. Mode Table Offset: $C0000 + $269
  17. Mode Table Entries: 36
  18.  
  19. Mode 30 : 640x480, 8 bits/pixel
  20. Mode 32 : 800x600, 8 bits/pixel
  21. Mode 34 : 1024x768, 8 bits/pixel
  22. Mode 38 : 1280x1024, 8 bits/pixel
  23. Mode 3a : 1600x1200, 8 bits/pixel
  24. Mode 3c : 1280x768, 8 bits/pixel
  25. Mode 41 : 640x480, 16 bits/pixel
  26. Mode 43 : 800x600, 16 bits/pixel
  27. Mode 45 : 1024x768, 16 bits/pixel
  28. Mode 49 : 1280x1024, 16 bits/pixel
  29. Mode 4b : 1600x1200, 16 bits/pixel
  30. Mode 4d : 1280x768, 16 bits/pixel
  31. Mode 50 : 640x480, 32 bits/pixel
  32. Mode 52 : 800x600, 32 bits/pixel
  33. Mode 54 : 1024x768, 32 bits/pixel
  34. Mode 58 : 1280x1024, 32 bits/pixel
  35. Mode 5a : 1600x1200, 32 bits/pixel
  36. Mode 5c : 1280x768, 32 bits/pixel
  37.  
  38. 3. Write the mode number and resolution which you want to use to
  39.    /etc/default/915resolution. For example:
  40.  
  41. MODE=3c
  42. XRESO=1400
  43. YRESO=1050
  44.  
  45. # optional setting
  46. BIT=32
  47.  
  48. 4. Reboot or run "/etc/init.d/915resolution start" by hand.
  49.  
  50. 5. To use specified resolution, you need to modify your X configuration
  51.    file (If you use Xorg, it's /etc/X11/xorg.conf)
  52.  
  53. SubSection "Display"
  54.     Depth           24
  55.     Modes           "1400x1050" "1024x768" "800x600" "640x480"
  56. EndSubSection
  57.  
  58.  
  59.  
  60.  
  61. 915resolution with suspend/resume function:
  62.  
  63. If you are planning to use the suspend/resume mechanism and you are using a 
  64. video mode that requires to run 915resolution, it's quite possible that your 
  65. video card requires you to run 915resolution also on resume. If you use the 
  66. hibernate package there is an option to call 915resolution on resume.
  67. If you want to use it just activate it in the file "etc/hibernate/common.conf" .
  68. There is an uncommented line called "# Runi915resolution yes" .
  69.  
  70.  
  71.   -- Steffen Joeris <steffen.joeris@skolelinux.de>, Thu, 15 Jun 2006 17:18:41 +0200
  72.